[<<Previous Entry] [^^Up^^] [Next Entry>>] [Menu] [About The Guide]
##############################################################################
###+-------+##################################################################
#+-| COL() |--------------------------------+#################################
#| +-------+ Returns screen column position |#################################
#+------------------------------------------+#################################
##############################################################################
##############################################################################
#+--| Summary |------------+##################################################
#|     #INCLUDE io.hdr     |##################################################
#+-------------------------+##################################################
##############################################################################
##############################################################################
#+--| Syntax |-------------------------+######################################
#|     FUNCTION UINT col PROTOTYPE     |######################################
#+-------------------------------------+######################################
##############################################################################
##############################################################################
#######+---| Description |-------------------------------------------+########
#######| The col() function returns the current screen cursor column |########
#######| position.  The column position is zero based.  That is, the |########
#######| upper left hand corner of the screen is row 0, column 0.    |########
#######+-------------------------------------------------------------+########
##############################################################################
##############################################################################
#########+--| Example 1 |-------------------------------------------+#########
#########| *    Print text relative to a starting position.         |#########
#########|                                                          |#########
#########| @ row(), col() + 12 SAY "Result: ---> "                  |#########
#########+----------------------------------------------------------+#########
##############################################################################
##############################################################################
#########+--| Example 2 |-------------------------------------------+#########
#########| *    Row and Column positions are zero based.            |#########
#########| *    That is, the upper left hand corner of the          |#########
#########| *    screen is position 0,0.                             |#########
#########|                                                          |#########
#########| @ 0,0                                                    |#########
#########| ? col()                    && prints 0 and the screen    |#########
#########|                            &&  position before call is   |#########
#########|                            &&  0,0                       |#########
#########+----------------------------------------------------------+#########
##############################################################################

See Also: pcol() prow() row()
This page created by ng2html v1.05, the Norton guide to HTML conversion utility. Written by Dave Pearson